Skip to content

Fixes: Build issues and updates dependencies #43

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Jun 10, 2025

Conversation

AjeshRPai
Copy link
Contributor

This PR

  1. Removes the redundant dependencies
  2. Updates the version of important dependencies to fix build errors
  3. Updates the app build gradle file to remove redundant build logic

@AjeshRPai AjeshRPai requested a review from mlykotom June 9, 2025 15:49
@AjeshRPai AjeshRPai requested a review from a team as a code owner June 9, 2025 15:49
Updates: Java versions to 11 to be compatible with java version generated by baseline profile and benchmark module
Copy link
Collaborator

@mlykotom mlykotom left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I have a question around profile installer dependency, otherwise lgtm

@@ -107,6 +111,7 @@ dependencies {
implementation(libs.coil.kt.compose)

implementation(libs.androidx.runtime.tracing)
implementation(libs.androidx.profileinstaller)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should we have this in the main branch? This should be added with the macrobench / baseline profile modules

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah you are right. Removed the dependency in 628a128

@@ -107,6 +110,7 @@ dependencies {
implementation(libs.coil.kt.compose)

implementation(libs.androidx.runtime.tracing)
implementation(libs.androidx.profileinstaller)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

same here

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Removed in 628a128

@AjeshRPai AjeshRPai merged commit 114fba5 into main Jun 10, 2025
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants